翻訳と辞書
Words near each other
・ LDU
・ LCM 25 ton type
・ LCM-1E
・ LCM-8
・ LCM2000-class landing craft mechanised
・ LCMS
・ LCMS Foundation
・ LCMT1
・ LCMT2
・ LCN
・ LCN1
・ LCN2
・ LCO
・ LCOR
・ LCP
LCP array
・ LCP theory
・ LCP1
・ LCPA
・ LCPC
・ LCPD
・ LCPE Ground
・ LCPL
・ LCPM
・ LCQ
・ LCR
・ LCR (dice game)
・ LCR meter
・ LCRA
・ LCRD


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

LCP array : ウィキペディア英語版
LCP array

(n)
|-
! Construction
| \mathcal(n)
| \mathcal(n)
|}
In computer science, the longest common prefix array (LCP array) is an auxiliary data structure to the suffix array. It stores the lengths of the longest common prefixes (LCPs) between all pairs of consecutive suffixes in a sorted suffix array.
For example, if ''A'' := (ab, abaab, b, baab ) is a suffix array, the longest common prefix between ''A''() = aab and ''A''() = ab is a which has length 1, so ''H''() = 1 in the LCP array ''H''. Likewise, the LCP of ''A''() = ab and ''A''() = abaab is ab, so ''H''() = 2.
Augmenting the suffix array with the LCP array allows one to efficiently simulate top-down and bottom-up traversals of the suffix tree, speeds up pattern matching on the suffix array and is a prerequisite for compressed suffix trees.
== History ==

The LCP array was introduced in 1993 by Udi Manber and Gene Myers alongside the suffix array in order to improve the running time of their string search algorithm.
Gene Myers was the former Vice president of Informatics Research at Celera Genomics, and Udi Manber was vice president of engineering at Google.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「LCP array」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.